home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Grafik / picFX / translation / picFX.cd < prev   
Text File  |  1998-11-08  |  3KB  |  186 lines

  1. #version 1
  2. #language english
  3. ;
  4. ;msgm: Messages
  5. msgm_NoMsg (//)
  6. No Messages
  7. msgm_Welcome (//)
  8. Welcome to picFX!
  9. msgm_WriteVsLock (//)
  10. Can't write bitmap, instance's locked.
  11. msgm_WriteVsFreeze (//)
  12. Can't write bitmap, instance's frozen.
  13. msgm_AttrVsLock (//)
  14. Can't set attribute, instance's locked.
  15. msgm_RemVsFreeze (//)
  16. Can't remove frozen project.
  17. msgm_Done (//)
  18. Calculation done.
  19. msgm_Abort (//)
  20. User Aborted.
  21. msgm_NoLoad (//)
  22. Picture could not be loaded!
  23. msgm_EmptyFile (//)
  24. Empty file!
  25. msgm_BadFile (//)
  26. Bad function file!
  27. msgm_UnknownVar (//)
  28. Unknown Variable "%s"
  29. msgm_NoAlloc (//)
  30. Sorry, could not allocate all projects
  31. msgm_NoID (//)
  32. There is no project #%ld!
  33. msgm_NoCgx (//)
  34. Warning, not a cgx high screen!
  35. msgm_CgxOk (//)
  36. High colour screen available.
  37. msgm_NoDraw (//)
  38. Drawing disabled
  39. msgm_DrawOk (//)
  40. Drawing enabled :-)
  41. ;%ld will be replaced by the number of project being removed.
  42. msgm_Removing (//)
  43. Removing #%ld
  44. msgm_UnknownMode (//)
  45. Unknown screen mode type
  46. ;(not actually a message in message-window, but a message anyway)
  47. msgm_WarnPart (//)
  48. Warning: Partial area selected.
  49. msgm_NoPart (//)
  50. No partial area selected.
  51. ;
  52. ;
  53. ;msgs: (State area)
  54. msgs_Idle (//)
  55. Idle
  56. msgs_Drawing (//)
  57. Drawing
  58. msgs_Loading (//)
  59. Loading
  60. msgs_Paused (//)
  61. Paused
  62. msgs_Frozen (//)
  63. Frozen
  64. ;
  65. ;msgr: Buttons and titles in requesters
  66. msgr_Loadf_T (//)
  67. Load function ?
  68. msgr_Loadf_Ok (//)
  69. Load
  70. msgr_Savef_T (//)
  71. Save function ?
  72. msgr_Savef_Ok (//)
  73. Save
  74. msgr_NoAslReq (//)
  75. Couldn't create Asl requester!
  76. ;
  77. ;msgl: Labels, main window
  78. msgl_Title (//)
  79. Settings Window
  80. msgl_type_Image (//)
  81. Image
  82. msgl_type_Function (//)
  83. Function
  84. msgl_lm_Scale (//)
  85. Scale
  86. msgl_lm_CutTile (//)
  87. Cut or Tile
  88. msgl_lm_Change (//)
  89. Change Size
  90. msgl_Hidden (//)
  91. Hidden
  92. msgl_Shown (//)
  93. Shown
  94. msgl_OpenedProjects (//)
  95. Opened Projects
  96. ;This "\e8" is to have the text in white. Please let it when you translate!
  97. msgl_New (//)
  98. \e8NEW
  99. ;Note the ":"
  100. msgl_Path (//)
  101. Path:
  102. msgl_Size (//)
  103. Size
  104. msgl_PicSize (//)
  105. Picture Size\n
  106. ;note the ":"
  107. msgl_Output (//)
  108. Output:
  109. msgl_Int32 (//)
  110. 32Bits Integer
  111. msgl_Float32 (//)
  112. 32Bits Float
  113. msgl_Float64 (//)
  114. 64Bits Float
  115. msgl_OldR (//)
  116. Old red
  117. msgl_OldG (//)
  118. Old green
  119. msgl_OldB (//)
  120. Old blue
  121. msgl_CopyR (//)
  122. Copy red
  123. msgl_CopyG (//)
  124. Copy green
  125. msgl_Prefs (//)
  126. Prefs
  127. msgl_Width (//)
  128. Width
  129. msgl_Height (//)
  130. Height
  131. msgl_Render (//)
  132. Render
  133. msgl_Pause (//)
  134. Pause
  135. msgl_Restart (//)
  136. Restart
  137. msgl_SavePic (//)
  138. Save Pic
  139. msgl_SaveFunc (//)
  140. Save Func
  141. msgl_LoadFunc (//)
  142. Load Func
  143. msgl_Abort (//)
  144. Abort
  145. msgl_Close (//)
  146. Close
  147. msgl_Iconify (//)
  148. Iconify
  149. msgl_Clear (//)
  150. Clear
  151. ;msgp: Prefs window's gadgets
  152. msgp_Priority (//)
  153. Priorities
  154. msgp_MainTask (//)
  155. Main task
  156. msgp_RenderTask (//)
  157. Render task
  158. msgp_CurrentTask (//)
  159. Current task
  160. msgp_RenderUpd (//)
  161. Render update delay
  162. msgp_GaugeUpd (//)
  163. Gauge Update
  164. msgp_guNone (//)
  165. None
  166. msgp_Pixel (//)
  167. Pixel
  168. ;plural... :-)
  169. msgp_Pixels (//)
  170. Pixels
  171. msgp_Close (//)
  172. Close:
  173. msgp_MuiPrefs (//)
  174. MUI prefs
  175. ;
  176. ;msg: Errors and some that doesn't fit in any other place :-)
  177. ;default project name
  178. msg_Unnamed (//)
  179. Unnamed
  180. msg_Description (//)
  181. Creates picture with math functions
  182. msg_Nolib (//)
  183. Failed to open %s.\n
  184. msg_NoApp (//)
  185. Failed to create application object!
  186.